.. _`Fit Transform`: .. _`org.sysess.sympathy.machinelearning.fit_transform`: Fit Transform ~~~~~~~~~~~~~ .. image:: transform.svg :width: 48 Fits a transform model to the given data and computes the transformed data. **Documentation** Fits a transform model to the given data and computes the transformed data. *Configuration*: - *names method* Method used to generate output names - *transpose* Transposes output data, suitable for large number of features (eg. word counts) *Input ports*: **in-model** : model Input model **input** : table Input table **Y** : table Y *Output ports*: **out-model** : model Output model **output** : table Output table **Definition** *Input ports* :in-model: model Input model :input: table Input table :Y: 0 - 1, table Y *Output ports* :out-model: model Output model :output: table Output table .. automodule:: node_application :noindex: .. class:: FitTransform :noindex: